home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / ifp1s155.zip / PAGE_04.INF < prev    next >
Text File  |  1992-04-21  |  1KB  |  26 lines

  1.   On this page, INFOPLUS displays the programs currently in memory.
  2.  
  3.   All programs that are resident, or currently running, have a small
  4. signature in memory.  If a program uses DOS to allocate data blocks, they
  5. will also show up here.  This signature gives the name of the program (in
  6. most cases), and the memory it is using.
  7.  
  8. MCB:    Memory Control Block, the segment where the program is.
  9.  
  10. PSP:    Program Segment Prefix, holds specific information about the
  11.         program. Various important vectors, pointer to the environment, and
  12.         the commands you pass onto the program (like /h).
  13.  
  14. Parent: This is the segment that 'owns' the program. In other words the
  15.         program that called it.
  16.  
  17. Env:    A block will show here if that memory block is the environment to
  18.         a program.
  19.  
  20. Owner:  The programs name, or it's owners name.
  21.  
  22. Interrupts: A list of interrupts (in hexadecimal) that the program appears
  23.             to have taken over, or at least point into the memory being
  24.             used by the program.
  25.  
  26.